.wrap{
	width: 100%;
	min-width: 1200px;
}
.w1200{
	width: 1200px;
	margin: 0 auto; 
}
.w1100{
	width: 1200px;
	margin: 0 auto; 
}
img{
	vertical-align: middle;
}
.top{
	line-height: 42px;
	background: #e7e7e7;
	font-size: 16px;
	font-weight: 300;
	color: #797979;
}
.top_one .fl{
	mix-blend-mode: darken;
	position: relative;
}
.top .fr a{
	margin: 0 10px;
}
.top_one{
	line-height: 144px;
	box-sizing: border-box;
	overflow: hidden;
}
.top_one .fr{
	margin-right: -10px;
}
.top_one ul{
	
}
.top_one li{
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.top_one li:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #d60e10;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: 1s;
}
.top_one li:hover:after{
	content: '';
	bottom: 52px;
}
.top_one li.on:after{
	content: '';
	bottom: 52px;
}
.banner{
	margin-top: 15px;
}
.slideBox{ width:100%;overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; 
	background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.about{
	padding-top: 57px;
	padding-bottom: 55px;
}
.about .fl{
	width: 655px;
	padding-top: 22px;
}
.about_one{
	font-size: 55px;
	font-weight: bold;
}
.about_one span{
	display: inline-block;
	font-size: 22px;
	color: #262626;
	margin-left: 12px;
	font-weight: 300;
}
.about_two{
	font-size: 22px;
	padding-top: 18px;
}
.about_three{
	padding-top: 55px;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}
.about_foru{
	width: 177px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #cecece;
	border-radius: 25px;
	margin-top: 34px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.about_foru:after{
	content: '';
	width: 18px;
	height: 1px;
	background: #cecece;
	position: absolute;
	left: 24px;
    top: 24px;
	transition: 1s;
}
.about_foru:before{
	content: '';
	width: 18px;
	height: 1px;
	background: #cecece;
	position: absolute;
	right:26px;
    top: 24px;
	transition: 1s;
}
.about_foru:hover:after{
	content: '';
	left: -24px;
}
.about_foru:hover:before{
	content: '';
	right: -26px;
}
.porduct{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 0px;
    padding-bottom: 907px;
    background-attachment: fixed;
    background-image: url("../images/product.jpg");
    box-sizing: border-box;
    overflow: hidden;
}
.pro_title{
	text-align: center;
	padding-top: 83px;
	color: white;
}
.pro_title_one{
	font-size: 44px;
	font-weight: bold;
}
.pro_title_two{
	width: 51px;
	height: 5px;
	background: #dd292a;
	margin: 0 auto;
	margin-top: 14px;
}
.pro_title_three{
	font-size: 22px;
	padding-top: 11px;
}
.x_porduct{
	padding-top: 40px;
}
.l_porduct{
	width: 202px;
	text-align: center;
}
.l_porduct_titel{
	width: 100%;
	line-height: 89px;
	background: #d60e10;
	font-size: 28px;
	color: white;
}
.l_porduct_totla li{
	width: 100%;
	line-height: 58px;
	background: white;
	font-size: 20px;
	color: #262626;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	transition: 1s;
}
.l_porduct_totla li:after{
	content: '';
	width: 0;
	height: 100%;
	background: #d60e10;
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s;
	z-index: -1;
}
.l_porduct_totla li:hover:after{
	content: '';
	width: 100%;
}
.l_porduct_totla li:hover{
	color: white;
}
.r_porduct{
	width: 981px;
}
.r_porduct li{
	width: 317px;
	height: 250px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 26px;
}
.r_porduct li img{
	width: 100%;
	transition: 1s;
}
.r_porduct li:hover img{
	transform: scale(1.1);
}
.r_porduct li:hover .r_porduct_one{
	bottom: 0;
	background: rgba(0,64,151,0.6);
}
.r_porduct li .r_porduct_one{
	position: absolute;
	width: 100%;
	bottom: -64px;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,0.6);
	color: white;
	padding-bottom: 24px;
	transition: 1s;
}
.r_porduct_two{
	padding-top: 20px;
	font-size: 16px;
}
.r_porduct_three{
	font-size: 20px;
	width: 134px;
	line-height: 38px;
	height: 38px;
	margin: 0 auto;
	border: solid 1px #cecece;
	border-radius: 5px;
	margin-top: 14px;
}
.news{
	padding-bottom: 60px;
	box-sizing: border-box;
	overflow: hidden;
}
.news .pro_title{
	color: #373737;
}
.x_news{
	margin-top: 71px;
}
.r_news li{
	width: 628px;
	box-sizing: border-box;
	overflow: hidden;
	background: #e5e5e5;
	margin-bottom: 25px;
}
.r_news li span{
	display: inline-block;
	vertical-align: top;
}
.r_news li:hover .r_news_one{
	background: #1b5398;
}
.r_news_one{
	width: 105px;
	text-align: center;
	background: #424242;
	color: white;
	padding-top: 24px;
	transition: 1s;
}
.r_news_one .v1{
	font-size: 42px;
	font-weight: bold;
	font-family: 'Arial';
}
.r_news_one .v2{
	font-size: 20px;
	font-family: 'Arial';
	padding-bottom: 17px;
}
.r_news_two{
	width: 518px;
	background: #e5e5e5;
	padding-left: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.r_news_two .b1{
	font-size: 18px;
	padding-top: 23px;
}
.r_news_two .b2{
	font-size: 14px;
	padding-top: 6px;
	line-height: 18px;
	width: 476px;
}
.news  .about_foru{
	margin: 0 auto;
	margin-top: 30px;
}
.content{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 0px;
    padding-bottom: 325px;
    background-attachment: fixed;
    background-image: url("../images/content.jpg");
    box-sizing: border-box;
    overflow: hidden;
	color: white;
}
.content li{
	width: 278px;
	text-align: center;
	display: inline-block;
	padding-top: 78px;
}
.content li img{
	transition: 1s;
}
.content li:hover img{
	transform: rotateY(360deg);
}
.content_one{
	font-size: 24px;
	font-weight: bold;
	padding-top: 21px;
}
.content_two{
	text-align: left;
	font-size: 18px;
	line-height: 21px;
	padding-top: 15px;
}
.foot{
	background: #262626;
	color: white;
	padding-bottom: 56px;
}
.x_foot{
	padding-top: 56px;
}
.x_foot .fl{
	font-size: 34px;
	padding-top: 17px;
}
.x_foot .fl span{
	display: block;
	font-size: 22px;
	padding-top: 14px;
	padding-top: 12px;
}
.foot_total{
	padding-top: 26px;
}
.foot_total li{
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
}
.foot_total li img{
	vertical-align: -1px;
	margin-right: 10px;
}
.foot_total span{
	display: inline-block;
}
.link{
	background: #262626;
	line-height: 90px;
	border-top: solid 1px #505050;
	font-size: 18px;
	color:#7f7f7f;
}
.link span{
	font-size: 20px;
	color: white;
}
.__main_body .r_porduct li{
	width: 387px;
    height: 233px;
	margin: 0 4px;
	margin-bottom: 40px;
    border: 1px solid #cecccd;
}
.nei_contact{
	margin-top: -80px;
	position: relative;
	z-index: 20;
    margin-bottom: 60px;
}
.nei_contact .w1200{
	box-shadow: 0px 10px 5px #888888;
}
.nei_contact .fl{
	width: 50%;
	background: white;
	box-sizing: border-box;
	overflow: hidden;
	padding: 30px 34px 40px 34px;
}
.nei_contact .fl div{
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.nei_contact .fl div:after{
	content: '';
	width: 55px;
    height: 2px;
    background: #ca4a49;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.nei_contact .fl span{
	display: block;
	font-size: 16px;
	line-height: 34px;
	padding-top: 20px;
}
.nei_contact .fr{
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
	height: 322px;
}
.nei_contact .fr img{
	width: 100%;
}
.linian{
	padding-top: 120px;
	padding-bottom: 60px;
}
.linian li{
	display: inline-block;
	vertical-align: top;
}
.linian_one{
	position: relative;
}
.linian_one:after{
	content: '';
	width: 180px;
	height: 1px;
	background-color: black;
	position: absolute;
	top: 40px;
    left: -9px;
    transform: rotate(118deg);;
}
.linian_one span{
	display: inline-block;
	vertical-align: top;
}
.linian_one span.b1{
	font-size: 55px;
	font-weight: bold;
	color: #ca4a49;
}
.linian_one span.b2{
	font-size: 35px;
	font-weight: bold;
	margin-top: 40px;
	margin-left: 30px;
}
.linian_two{
	width: 440px;
	height: 100px;
	color: white;
	background-color: black;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 18px;
	line-height: 28px;
	padding-left: 60px;
	padding-top: 22px;
	margin-left: 145px;
}
.linian_three{
	font-size: 18px;
	line-height: 30px;
	padding-top: 45px;
}
.lianxi{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 0px;
    padding-bottom: 700px;
    background-attachment: fixed;
    background-image: url(../images/nei_banner.jpg);
    box-sizing: border-box;
    overflow: hidden;
	text-align: center;
	color:white ;
}
.lianxi:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}
.lianxi div{
	z-index: 1;
	position: relative;
}
.lianxi_one{
	font-size: 24px;
	padding-top: 158px;
}
.lianxi_two{
	font-size: 36px;
	padding-top: 36px;
	letter-spacing: 6px;
	color: #ca4a49;
}
.lianxi_three{
	padding-top: 36px;
}
.lianxi_three span{
	display: inline-block;
	font-size: 16px;
	margin: 0 10px;
}
.lianxi_three img{
	margin-right: 10px;
}
.lianxi_foru{
	margin-top: 30px;
}
.lianxi_foru input{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 60px;
	height: 60px;
	width: 600px;
	font-size: 18px;
	background: rgba(255,255,255,0.5);
	border: solid 1px white;
}
.lianxi_foru input.l1{
	width: 140px;
    background: #ca4a49;
	color: white;
	border: solid 1px white;
	height: 62px;
	margin-left: -5px;
}
.lianxi_five{
	font-size: 18px;
	padding-top: 90px;
}
.ditu{
	margin-top: 15px;
	background: white;
}
.ditu div{
	height: 400px;
}
.ditu iframe{
	width: 100%;
	height: 100%;
}
.__inner_body .r_news li{
	width: 100%;
}
.slide{
	line-height: 70px;
	position: relative;
	z-index: 2;
	margin-top: -100px;
	color: white;
	background: rgba(0,0,0,0.5);
}
.slide .w1200{
	
}
.slide .fl{
	width: 140px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.slide li{
	display: inline-block;
	width: 110px;
	text-align: center;
}
.slide li:hover{
	background-color: #FF8A00;
}
.__main_body .r_porduct{
	width: 100%;
}
.nei_about{
	font-size: 18px;
	padding-top: 60px;
	line-height: 36px;
}
.trait_body{
						margin-top: 40px;
					}
					.__inner_tt{
						border-bottom: 1px solid #ccc;
					}
					.__inner_tt h2{
						font-weight: bold;
						padding:5px 25px;
						color:white;
						background: #ccc;
						display: inline-block;
					}
					.__inner_list{
						font-size: 0px;
						padding-top: 15px;
						padding-bottom: 25px;
					}
					.__inner_list li{
						display: inline-block;
						width: 20%;
						box-sizing: border-box;
						padding:5px;
					}
					.__inner_list li img{
						width: 100%;
					}
					.__inner_list li h2{
						font-weight: normal;
						font-size: 16px;
						text-align: center;
						line-height: 35px;
						border-bottom: 1px solid #ccc;
					}
					._inner_news_list{

					}
					._inner_news_list li{
						display: inline-block;
						width: 33%;
						overflow: hidden;
						box-sizing: border-box;
						padding:10px;
					}
					._inner_news_list li a{
						font-size: 14px;
						display: block;
						line-height: 24px;
						position: relative;
						padding-left: 15px;
					}
					._inner_news_list li a:hover{
						text-decoration: underline;
					}
					._inner_news_list li a:before{
						position: absolute;
						content: '';
						width: 5px;
						height: 5px;
						background: #ccc;
						left:0px;
						top:50%;
						transform: translateY(-50%);
					}
.b_foot div{
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	opacity: 0.5;
}
.light{  
    cursor:pointer;  
    position: absolute;   
    top: 43px;  
    width: 180px;  
    height: 145px;  
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.6),rgba(255,255,255,0));  
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.6),rgba(255,255,255,0));  
   animation:mymove 3s infinite;
	-webkit-animation:mymove 3s infinite alternate;
}  
@keyframes mymove
{
from {left:0px;}
to {left:527px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:0px;}
to {left:527px;}
}